@JarJarThinks
I added a picture to images/randomIncentive.png.
I hijacked items/flags.json to add the new item.
{
"name": "Sea Shrine is Incentive",
"type": "toggle",
"img": "images/seaShrine.png",
"codes": "seaIsIncentive"
+ },
+ {
+ "name": "Random Incentive",
+ "type": "toggle",
+ "img": "images/randomIncentive.png",
+ "codes": "randomIncentive"
}
]
I edited layouts/tracker.json to add the row to the capture view.
"rows" : [
[ "earthorb", "fireorb", "waterorb", "airorb" ],
[ "lute", "key", "rod", "oxyale", "chime", "cube" ],
[ "bridge", "ship", "canal", "canoe", "floater" ],
[ "adamant", "tnt", "crown", "crystal", "herb" ],
- [ "garland", "ruby", "tail", "slab", "bottle" ]
+ [ "garland", "ruby", "tail", "slab", "bottle" ],
+ [ "randomincentive" ]
]
(edited)